From 2ced4a84ec086cab93b5d2ab8c36c9065eac4754 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 12 Jan 2003 15:40:23 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 77468a9d14c..ff63eb318a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,9 @@ 2003-01-12 Kim F. Storm - * alloc.c (pure_alloc): Corrected last change; now align the - pointer and adjust the size rather than aligning the size and - adjusting the pointer. Use a goto to handle overflow exception. + * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious + crashes). Code rewritten and simplified. Now directly aligns the + pointer and recalculates pure_bytes_used, rather than aligning the + size and adjusting the pointer. 2003-01-11 Kim F. Storm -- 2.30.2